All Questions
2 questions
0votes
1answer
67views
Copy files with certain extension from many nested sub-directories to a single directory and append to each copied file the name of the directory
I have a parent directory with thousands of directories within sub-directories and so on. In some of the sub-directories I have few image files. I want to copy (rsync is preferred) all of the bmp ...
7votes
2answers
3kviews
sync files recursively between two folders where files are less than 24 hours old
I want to find all the files under a directory which are within 24 hours then rsync those files with another server. There are some old files that I do not want to transfer, however if those old ...